Papers with automated data processing
RelationalCoder: Rethinking Complex Tables via Programmatic Relational Transformation (2025.acl-long)
Copied to clipboard
| Challenge: | Semi-structured tables remain a major obstacle for automated data processing and analytics. |
| Approach: | They propose a technique called Loop Reference Decoding which identifies expandable groups and replicates each group using a concise loop over its repetitive region. |
| Outcome: | The proposed technique reduces output length from O(N M) to approximately O(K) Extensive experiments on HiTab and MultiHiertt show that it boosts Llama-2 and Mistral models by more than 20%, and GPT-4o by over 4%. |